3.115 \(\int \frac{(a+b \log (c (d+e x)^n))^{3/2}}{(f+g x)^2} \, dx\)

Optimal. Leaf size=87 \[ \frac{(d+e x) \left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2}}{(f+g x) (e f-d g)}-\frac{3 b e n \text{Unintegrable}\left (\frac{\sqrt{a+b \log \left (c (d+e x)^n\right )}}{f+g x},x\right )}{2 (e f-d g)} \]

[Out]

((d + e*x)*(a + b*Log[c*(d + e*x)^n])^(3/2))/((e*f - d*g)*(f + g*x)) - (3*b*e*n*Unintegrable[Sqrt[a + b*Log[c*
(d + e*x)^n]]/(f + g*x), x])/(2*(e*f - d*g))

________________________________________________________________________________________

Rubi [A]  time = 0.105616, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2}}{(f+g x)^2} \, dx \]

Verification is Not applicable to the result.

[In]

Int[(a + b*Log[c*(d + e*x)^n])^(3/2)/(f + g*x)^2,x]

[Out]

((d + e*x)*(a + b*Log[c*(d + e*x)^n])^(3/2))/((e*f - d*g)*(f + g*x)) - (3*b*e*n*Defer[Int][Sqrt[a + b*Log[c*(d
 + e*x)^n]]/(f + g*x), x])/(2*(e*f - d*g))

Rubi steps

\begin{align*} \int \frac{\left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2}}{(f+g x)^2} \, dx &=\frac{(d+e x) \left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2}}{(e f-d g) (f+g x)}-\frac{(3 b e n) \int \frac{\sqrt{a+b \log \left (c (d+e x)^n\right )}}{f+g x} \, dx}{2 (e f-d g)}\\ \end{align*}

Mathematica [A]  time = 0.884291, size = 0, normalized size = 0. \[ \int \frac{\left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2}}{(f+g x)^2} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(a + b*Log[c*(d + e*x)^n])^(3/2)/(f + g*x)^2,x]

[Out]

Integrate[(a + b*Log[c*(d + e*x)^n])^(3/2)/(f + g*x)^2, x]

________________________________________________________________________________________

Maple [A]  time = 0.88, size = 0, normalized size = 0. \begin{align*} \int{\frac{1}{ \left ( gx+f \right ) ^{2}} \left ( a+b\ln \left ( c \left ( ex+d \right ) ^{n} \right ) \right ) ^{{\frac{3}{2}}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*ln(c*(e*x+d)^n))^(3/2)/(g*x+f)^2,x)

[Out]

int((a+b*ln(c*(e*x+d)^n))^(3/2)/(g*x+f)^2,x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (b \log \left ({\left (e x + d\right )}^{n} c\right ) + a\right )}^{\frac{3}{2}}}{{\left (g x + f\right )}^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^(3/2)/(g*x+f)^2,x, algorithm="maxima")

[Out]

integrate((b*log((e*x + d)^n*c) + a)^(3/2)/(g*x + f)^2, x)

________________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: UnboundLocalError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^(3/2)/(g*x+f)^2,x, algorithm="fricas")

[Out]

Exception raised: UnboundLocalError

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*ln(c*(e*x+d)**n))**(3/2)/(g*x+f)**2,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (b \log \left ({\left (e x + d\right )}^{n} c\right ) + a\right )}^{\frac{3}{2}}}{{\left (g x + f\right )}^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^(3/2)/(g*x+f)^2,x, algorithm="giac")

[Out]

integrate((b*log((e*x + d)^n*c) + a)^(3/2)/(g*x + f)^2, x)